home *** CD-ROM | disk | FTP | other *** search
- function startGame()
- {
- gotoAndStop("thegame");
- play();
- }
- function restart()
- {
- var _loc2_ = "game restarted";
- var _loc1_ = "";
- p = "/content/games/sy_freeze_lifter.swf";
- _root.trackClick2(p,c1,c2,_loc2_,_loc1_);
- gotoAndStop("gamestart");
- cover.gotoandstop(1);
- }
- function viewINSTR()
- {
- cover.gotoAndPlay("int");
- }
- stop();
-